DomainObjects Class Library

Query<ClassToFind> Class

Use Query<ClassToFind> to define a query in terms of your object model. At runtime DomainObjects translates a Query<ClassToFind> instance into a SQL SELECT statement.

For a list of all members of this type, see Query<ClassToFind> Members.

System.Object
   Query
      Query<ClassToFind>

[Serializable]
[Serializable]
public class Query<ClassToFind> : Query, IQuery<ClassToFind> where ClassToFind: PersistableObject

Example

See the following QueryTests for query code examples.

Requirements

Namespace: DomainObjects.Facade.Command

Assembly: DomainObjects.Core (in DomainObjects.Core.dll)

See Also

Query<ClassToFind> Members | DomainObjects.Facade.Command Namespace